home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global photopath, moviePath
- if the machineType <> 256 then
- set photopath to the pathName & "PHOTO:"
- else
- set photopath to the pathName & "PHOTO¥"
- set moviePath to the pathName & "MOVIE¥"
- set the searchPath to [photopath, moviePath]
- end if
- end
-